--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit eb13603b6cee3bd69d877660eb52c9feb0921683
Parents : ae33bd8
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T17:36:39-05:00
feat(http_api_routes): add new endpoint for retrieving licenses
Changes
Diff
diff --git a/tests/backend/fixtures/http_api_routes.json b/tests/backend/fixtures/http_api_routes.json
index 0ce46a1d..dc2d04ce 100644
--- a/tests/backend/fixtures/http_api_routes.json
+++ b/tests/backend/fixtures/http_api_routes.json
@@ -24,6 +24,10 @@
"method": "GET",
"path": "/api/v1/app/info"
},
+ {
+ "method": "GET",
+ "path": "/api/v1/licenses"
+ },
{
"method": "POST",
"path": "/api/v1/app/integrity/acknowledge"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────